home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
PeerAware 1.03
/
PeerAware-Setup.exe
/
iMuninService_SCPD.xml
< prev
next >
Wrap
Extensible Markup Language
|
2007-08-31
|
833b
|
36 lines
<?xml version="1.0" ?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>SetHubList</name>
<argumentList>
<argument>
<name>aHubList</name>
<direction>in</direction>
<relatedStateVariable>HubList</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetHubList</name>
<argumentList>
<argument>
<name>aHubList</name>
<direction>out</direction>
<relatedStateVariable>HubList</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="yes">
<name>HubList</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>